home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / TclX.brf < prev    next >
Encoding:
Text File  |  1993-11-05  |  5.7 KB  |  96 lines  |  [TEXT/$Tcl]

  1. help     Tcl help facility.
  2. tcl:control:commandloop     Create an interactive command loop.
  3. tcl:control:loop     Higher-performance for-style loop.
  4. tcl:debug:cmdtrace     Trace Tcl execution.
  5. tcl:debug:edprocs     Edit named procs, or all procs.
  6. tcl:debug:profile     Collect Tcl script performance profile data.
  7. tcl:debug:profrep     Generate a report from data collect from the profile command.
  8. tcl:debug:saveprocs     Save named procs to a file, or all procs.
  9. tcl:files:chgrp     Change file group.
  10. tcl:files:chmod     Set file permissions.
  11. tcl:files:chown     Change file owner and/or group.
  12. tcl:files:copyfile     Copy the remainder of one open file into another.
  13. tcl:files:dup     Duplicate an open file
  14. tcl:files:echo     Echo one or more strings to stdout, followed by a newline.
  15. tcl:files:fcntl     Get or set file access options for an open file.
  16. tcl:files:flock     Lock all or part of a file.
  17. tcl:files:for_file     Do a foreach-style loop on each line in a file.
  18. tcl:files:for_recursive_glob     Perform a foreach-style loop for all globbed files and directories.
  19. tcl:files:fstat     Obtain status information about an open file.
  20. tcl:files:funlock     Remove a lock from part or all of a file.
  21. tcl:files:lgets     Read a list for a file, handles embedded newlines.
  22. tcl:files:link     Create a link to a file.
  23. tcl:files:mkdir     Create a new directory
  24. tcl:files:pipe     Create a pipe.
  25. tcl:files:read_file     Read in a file to a string.
  26. tcl:files:recursive_glob     Do filename globbing, recursively descending all matched directories.
  27. tcl:files:rmdir     Remove directories
  28. tcl:files:select     Synchronous I/O multiplexing.
  29. tcl:files:server_open     Open a connection to a TCP/IP server.
  30. tcl:files:unlink     Delete (unlink) files.
  31. tcl:files:write_file     Write strings out to a file.
  32. tcl:filescan:scancontext     Manage file scan contexts.
  33. tcl:filescan:scanfile     Scan a file, executing match code when their patterns are matched.
  34. tcl:filescan:scanmatch     Specify tcl code to execute when scanfile pattern is matched.
  35. tcl:internation:catclose     Close a message catalog.
  36. tcl:internation:catgets     Retrieve a message from a message catalog.
  37. tcl:internation:catopen     Open a message catalog.
  38. tcl:intro:keyedlists     Introduction to keyed lists
  39. tcl:keyedlists:keyldel     Delete a field of a keyed list.
  40. tcl:keyedlists:keylget     Get the value of a field of a keyed list.
  41. tcl:keyedlists:keylkeys     Get the keys in a keyed list.
  42. tcl:keyedlists:keylset     Set the value of a field of a keyed list.
  43. tcl:libraries:auto_commands     List names of loadable library commands and procedures.
  44. tcl:libraries:auto_load     Force an autoload of a command.
  45. tcl:libraries:auto_load_file     Search the auto_path for a file to source.
  46. tcl:libraries:auto_packages     List all packages.
  47. tcl:libraries:buildpackageindex     Build an index to a package library.
  48. tcl:libraries:convert_lib     Convert an Ousterhout style tclIndex file to a package library.
  49. tcl:libraries:loadlibindex     Load the index of a package library
  50. tcl:libraries:packagelib     Tcl loadable libraries and packages.
  51. tcl:libraries:searchpath     Search a path list for a file.
  52. tcl:lists:intersect     Return a list containing every element present in both lists.
  53. tcl:lists:intersect3     Return three lists from an intersection of two lists.
  54. tcl:lists:lassign     Assign successive elements of a list to specified variables.
  55. tcl:lists:lempty     Determine if a list is empty. 
  56. tcl:lists:lrmdups     Given a list, remove all of the duplicated elements.
  57. tcl:lists:lvarcat     Concatenate the contents lists or strings into a variable
  58. tcl:lists:lvarpop     Pop or replace the specified element from a list.
  59. tcl:lists:lvarpush     Push or insert the an element into a list.
  60. tcl:lists:union     Return the logical union of two lists.
  61. tcl:math:fmathcmds     Command interfaces to the expr math functions (sin, cos, tan, etc).
  62. tcl:math:max     Return the argument that has the highest numeric value.
  63. tcl:math:min     Return the argument that has the lowest numeric value.
  64. tcl:math:random     Return a pseudorandom integer or set the seed.
  65. tcl:processes:execl     Perform a process exec, executing a file.
  66. tcl:processes:fork     Fork the current Tcl process.
  67. tcl:processes:kill     Send a signal to the specified process.
  68. tcl:processes:system     Execute command via `system' call.
  69. tcl:processes:wait     Wait for a child process to terminate.
  70. tcl:signals:signal     Specify action to take when a signal is received.
  71. tcl:status:dirs     List the directories in the directory stack.
  72. tcl:status:id     Access, set or convert process, user and group information.
  73. tcl:status:infox     Return information about Extended Tcl, or the current application.
  74. tcl:status:popd     Pop a directory from a stack of directories and cd to it.
  75. tcl:status:pushd     Push a directory to a stack of directories.
  76. tcl:status:showproc     List the definition of the named procedure.
  77. tcl:status:umask     Get or set the file-creation mode mask.
  78. tcl:strings:cindex     Return indexed character from string.
  79. tcl:strings:clength     Return length of specified string.
  80. tcl:strings:crange     Return range of characters from string.
  81. tcl:strings:csubstr     Return a substring from within a string.
  82. tcl:strings:ctoken     Parse a token from a character string.
  83. tcl:strings:ctype     Determine if a string has various characteristics.
  84. tcl:strings:replicate     Replicate string a number of times.
  85. tcl:strings:translit     Translate characters in a string according to patterns.
  86. tcl:tclshell:initialize     Tcl shell initialization.
  87. tcl:tclshell:intro     Introduction to the tcl shell.
  88. tcl:tclshell:variables     Tcl shell variables.
  89. tcl:time:alarm     Set a process alarm clock.
  90. tcl:time:convertclock     Parse and convert a date and time string to integer clock value.
  91. tcl:time:fmtclock     Convert an integer time value to human-readable format.
  92. tcl:time:getclock     Return current date and time as an integer value.
  93. tcl:time:sleep     Sleep for the specified number of seconds.
  94. tcl:time:times     Get process and child execution times.
  95. tcl:variables:for_array_keys     Do a foreach-style loop on each key in an array.
  96.